Tiny build fix for gcc 4.0.1
authorkaf24@firebug.cl.cam.ac.uk <kaf24@firebug.cl.cam.ac.uk>
Thu, 1 Sep 2005 09:04:06 +0000 (09:04 +0000)
committerkaf24@firebug.cl.cam.ac.uk <kaf24@firebug.cl.cam.ac.uk>
Thu, 1 Sep 2005 09:04:06 +0000 (09:04 +0000)
Signed-off-by: Christopher Clark <christopher.clark@cl.cam.ac.uk>
xen/arch/x86/cdb.c

index f4b3eedc01f9081d2b12dc03bbca3ab13fb646eb..c9309b289e8ee134726679aa1cc47de727d5cdd9 100644 (file)
@@ -21,7 +21,7 @@
    debugger. so avoid it. */
 #define dbg_printk(...)
 
-static unsigned char opt_cdb[30] = "none";
+static char opt_cdb[30] = "none";
 string_param("cdb", opt_cdb);
 
 struct xendbg_context {